home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util2 / pntres43.rea < prev    next >
Text File  |  1996-01-16  |  5KB  |  133 lines

  1. Short:    Eyes on screen titlebars watch your pointer.
  2. Author:   johughes@heartland.bradley.edu  (John Hughes)
  3. Uploader: johughes@heartland.bradley.edu  (John Hughes)
  4. Type:     util/wb
  5.  
  6. Statistics:
  7.  
  8.   Program:        PointerEyes
  9.   Version:        4.3 and 3.11
  10.   Date:           November 14, 1995
  11.   Coded by:       John Hughes
  12.   Email:          johughes@heartland.bradley.edu
  13.   WWW:            http://rhf.bradley.edu/~jhughes/
  14.   Compiled with:  SAS/C 6.56
  15.   Machine:        A4000 68EC030/25  AmigaDOS 3.1
  16.   Required:       PointerEyes3.11 : AmigaDos 2.0 or greater
  17.                   PointerEyes4.3  : AmigaDOS 3.0 or above
  18.                   screennotify.library 1.0 (included) (not required for v4.x)
  19.                   MagicWB is also recommended
  20.  
  21.  
  22.  
  23.  
  24. ««««««««««««  WHAT'S NEW »»»»»»»»»»»
  25.  
  26. Fixed problem with some programs not being able to close there
  27.   screen with Pointer Eyes on that screen.  (Notably 'Term')
  28. datatype.library support.  (AmigaDos 3.0)
  29. User defined eye images.   (AmigaDos 3.0)
  30. Use any sized eyes, with any number of colors.   (AmigaDos 3.0)
  31. Installation scripts.
  32. Bug fixes.
  33. and more.
  34. Version 4.x  is for AmigaDos 3.0+
  35. Version 3.x is for AmigaDos 2.0+
  36.  
  37.  
  38.  
  39.  Features:
  40.  
  41.   o All settings are saved and loaded from the icon @{" Tooltypes " Link "TOOLTYPES"}.
  42.   o The background color and eye color are automatic allowing it to look
  43.     as though the eyes are attached to the screen's title bar or you
  44.     can choose it's colors.   (not supported in version 4.1 yet)
  45.   o The eyes can be auto-centered on the title bar or be located
  46.     anywhere on the screen.
  47.   o The eyes can be any size and have any number of colors. (version 4.0+ only)
  48.     There are two eye sizes (8 and 11 pixels tall).  (version 3.9+)
  49.     You may choose between the sizes, or let the program determine which
  50.     best fits your public screen title bar.
  51.   o You can choose the public screen in which Pointer Eyes appears on.
  52.   o If the mouse isn't moved for a while, the eyes will go to sleep, and
  53.      periodicaly peek out at you.
  54.   o The eyes will blink at random intervals.
  55.   o The eyes are rolled periodically.
  56.   o Allowings the WB screen to be closed/reopened if system preferences are
  57.     changed, or for any other reason.
  58.   o Monitors screens using screennotify.library, so that public screens can
  59.     safely be closed when the eyes are on that screen.
  60.   o You can lock the window in place so you don't accidentlly grab it.
  61.   o The eyes can stay behind, in front of all windows, or just float.
  62.   o The eyes can follow you around to the front most or active
  63.     public screen.
  64.   o It's a Commodity.
  65.   o Low task priority of -2, so it doesn't get in the way of other tasks.
  66.   o datatypes.library support.  (Version 4.0+ only)
  67.   o User defined eye images.. Make your own eyes!!! :)
  68.   o Small code.
  69.  
  70.  
  71.  
  72. Partial History:
  73. ----------------
  74.  
  75. v3.8 June 9, 1995
  76.  
  77.      Bug Fix: The pulldown menu is now the correct color.
  78.      Bug Fix: Eyes window wasn't being reopened after wb screen close/opened.
  79.      Added @{" tooltype " Link "TOOLTYPES"} EYESPICTUREFILE, which allows the
  80.        user to choose how many seconds of no mouse movement will cause the
  81.        eyes to go to sleep.
  82.  
  83. v4.0 June 12, 1995
  84.  
  85.      AmigaDos v3.0 is required because of datatype support and AllocBitMap().
  86.      Datatype support for user defined eye images.
  87.      BltBitMapRastPort() is now used instead of DrawImage().
  88.      Added EYESPICTUREFILE tooltype.
  89.      Installation script now included!
  90.      Eye ILBM files included:
  91.        OriginalEyes   (sizes: 8,11,13)
  92.        ShadedEyes     (sizes: 8,11,13)
  93.        MagicWBEyes    (sizes: 8,11,13)
  94.        RedYellowEyes  (sizes: 11)
  95.  
  96. v3.9 July 5, 1995
  97.  
  98.      As with version 4.1:
  99.      Major Bug Fix: I didn't ReplyMsg() when OpenWBScreen() was called
  100.        and the WB screen was already opened. Finally!!!
  101.      This is a bugfix update to version 3.8 which is for AmigaDos 2.0+ users.
  102.  
  103. v4.1 July 5, 1995
  104.  
  105.      Major Bug Fix: I didn't ReplyMsg() when OpenWBScreen() was called
  106.        and the WB screen was already opened. Finally!!!
  107.      Typo in documentation.  FOLLOWMOUSE is now FOLLOWSCREEN.
  108.      screennotify.library is now not required, but used if available.
  109.      Added @{" tooltype " Link "TOOLTYPES"} USESCREENNOTIFY, which
  110.        specifies whether or not to use screennotify.library.
  111.  
  112. v4.2 & v3.10 October 3, 1995
  113.  
  114.      Postcardware version.
  115.      This version is Postcardware, which basically means that this software is
  116.        public domain, and if you use it please send me a postcard of your country
  117.        or your city.
  118.     Changed the text that the About menu displays.
  119.     Removed hotkey bug. The hotkey string was deallocated after it was found in some cases. (enforcer hit?)
  120.  
  121. v4.2 & v3.10 RELEASE 2  October 8, 1995
  122.  
  123.     Fixed a typo in the installer scripts which caused the docs to not be installed.
  124.     Did a few other minor changes in the installation scripts.
  125.     Sorry this release was delayed, due to problems with aminet.
  126.  
  127. v4.3 & v3.11 November 14, 1995
  128.  
  129.     Added some more screennotify support.  AddPubScreenClient().
  130.       This should solve the problems with a screen closing in a couple of
  131.       programs such as Term.
  132.     Removed a couple of harmless enforcer hits.  I think they were removed.
  133.